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

Unified Diff: cc/trees/layer_tree_impl.h

Issue 1411663002: cc: Split Proxy to eliminate unnecessary dependencies on the impl side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 10a27484019375852a580d1fec2bb4912f8f98dc..a407c45fdce0320fb960d178650706c074857243 100644
--- a/cc/trees/layer_tree_impl.h
+++ b/cc/trees/layer_tree_impl.h
@@ -44,7 +44,7 @@ class MemoryHistory;
class OutputSurface;
class PageScaleAnimation;
class PictureLayerImpl;
-class Proxy;
+class ThreadVerifier;
class ResourceProvider;
class TileManager;
class UIResourceRequest;
@@ -267,7 +267,7 @@ class CC_EXPORT LayerTreeImpl {
void ResetViewportSizeInvalid();
// Useful for debug assertions, probably shouldn't be used for anything else.
vmpstr 2015/10/16 18:42:25 I think this comment is a lie, since we use this t
Khushal 2015/10/17 00:06:30 Done. Changed it to be more accurate.
- Proxy* proxy() const;
+ ThreadVerifier* thread_verifier() const;
// Distribute the root scroll between outer and inner viewport scroll layer.
// The outer viewport scroll layer scrolls first.

Powered by Google App Engine
This is Rietveld 408576698