Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(695)

Unified Diff: cc/layers/layer.cc

Issue 24175004: Remove dependency on ui::ScaleFactor from ui/gfx (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/layers/layer.cc
diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc
index 86887a6ad2c72264f8447612c97e8d7804034649..1c92cb07da1cc5e2575b6913a033b3ff80f02774 100644
--- a/cc/layers/layer.cc
+++ b/cc/layers/layer.cc
@@ -20,6 +20,7 @@
#include "cc/trees/layer_tree_host.h"
#include "cc/trees/layer_tree_impl.h"
#include "third_party/skia/include/core/SkImageFilter.h"
+#include "ui/base/layout.h"
Ben Goodger (Google) 2013/09/16 23:10:31 why do you need this?
#include "ui/gfx/rect_conversions.h"
namespace cc {

Powered by Google App Engine
This is Rietveld 408576698