I'm finding that there are many new instances of this warning as I get through building Chrome. We may wish to temporarily disable the warning to green our waterfall.
This mostly affects gfx::Rect/Size and a few other gfx types. I started a CL and this is what I've had to touch so far:
$ git status
On branch wunused
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: cc/ipc/cc_param_traits_unittest.cc
modified: cc/ipc/cc_serialization_perftest.cc
modified: cc/layers/nine_patch_layer_unittest.cc
modified: cc/layers/picture_layer_impl_unittest.cc
modified: cc/layers/scrollbar_layer_unittest.cc
modified: cc/layers/video_layer_impl_unittest.cc
modified: cc/resources/resource_provider_unittest.cc
modified: cc/tiles/picture_layer_tiling_unittest.cc
modified: cc/trees/layer_tree_host_common_unittest.cc
modified: cc/trees/layer_tree_host_impl_unittest.cc
modified: cc/trees/layer_tree_impl_unittest.cc
modified: components/viz/common/gl_helper_unittest.cc
modified: components/viz/common/quads/draw_quad_unittest.cc
modified: components/viz/service/display/overlay_unittest.cc
modified: services/viz/public/cpp/compositing/struct_traits_unittest.cc
Not too bad, assuming it's OK to delete all of these.
Comment 1 by r...@chromium.org
, Oct 17 2017