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

Unified Diff: cc/trees/layer_tree_impl.h

Issue 22870016: Update the nine patch layer to use UI resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ccameron's fix for exisiting nine-patch uses 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/trees/layer_tree_impl.h
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
index 969cba2d0756a3e77da8749175dd4c02d51abf1a..05c86ec03cd71bb89ba31d72e5436a6ac055c287 100644
--- a/cc/trees/layer_tree_impl.h
+++ b/cc/trees/layer_tree_impl.h
@@ -42,8 +42,8 @@ class PaintTimeCounter;
class Proxy;
class ResourceProvider;
class TileManager;
+class UIResourceRequest;
struct RendererCapabilities;
-struct UIResourceRequest;
typedef std::list<UIResourceRequest> UIResourceRequestQueue;

Powered by Google App Engine
This is Rietveld 408576698