commit | d28506ba1497a3f5fa5b9f6702892cb1cb58ea15 | [log] [tgz] |
---|---|---|
author | heejin.r.chung <[email protected]> | Thu Oct 23 16:36:20 2014 |
committer | Commit bot <[email protected]> | Thu Oct 23 16:36:44 2014 |
tree | 94f6bc3ab76eb146d4414d2e9f6821c0025ced5c | |
parent | 8d00df06667a84206db7b750aba89e0e7cb8a737 [diff] [blame] |
cc cleanup: Update paths to geometry headers Geometry headers were moved from /ui/gfx/ to ui/gfx/geometry. Updating includes accordingly. BUG=395370 Review URL: https://codereview.chromium.org/660333004 Cr-Commit-Position: refs/heads/master@{#300902}
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h index a6448c1..1fc0989 100644 --- a/cc/trees/layer_tree_host_impl.h +++ b/cc/trees/layer_tree_host_impl.h
@@ -35,7 +35,7 @@ #include "cc/scheduler/draw_result.h" #include "skia/ext/refptr.h" #include "third_party/skia/include/core/SkColor.h" -#include "ui/gfx/rect.h" +#include "ui/gfx/geometry/rect.h" namespace cc {