summaryrefslogtreecommitdiffstats
path: root/cc/debug/rasterize_and_record_benchmark.cc
diff options
context:
space:
mode:
authorheejin.r.chung <heejin.r.chung@samsung.com>2014-10-23 09:36:20 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-23 16:36:44 +0000
commitd28506ba1497a3f5fa5b9f6702892cb1cb58ea15 (patch)
tree94f6bc3ab76eb146d4414d2e9f6821c0025ced5c /cc/debug/rasterize_and_record_benchmark.cc
parent8d00df06667a84206db7b750aba89e0e7cb8a737 (diff)
downloadchromium_src-d28506ba1497a3f5fa5b9f6702892cb1cb58ea15.zip
chromium_src-d28506ba1497a3f5fa5b9f6702892cb1cb58ea15.tar.gz
chromium_src-d28506ba1497a3f5fa5b9f6702892cb1cb58ea15.tar.bz2
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}
Diffstat (limited to 'cc/debug/rasterize_and_record_benchmark.cc')
-rw-r--r--cc/debug/rasterize_and_record_benchmark.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/debug/rasterize_and_record_benchmark.cc b/cc/debug/rasterize_and_record_benchmark.cc
index 7a1319d..f24dce3 100644
--- a/cc/debug/rasterize_and_record_benchmark.cc
+++ b/cc/debug/rasterize_and_record_benchmark.cc
@@ -17,7 +17,7 @@
#include "cc/layers/picture_layer.h"
#include "cc/trees/layer_tree_host.h"
#include "cc/trees/layer_tree_host_common.h"
-#include "ui/gfx/rect.h"
+#include "ui/gfx/geometry/rect.h"
namespace cc {