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

Unified Diff: cc/trees/layer_tree_host.h

Issue 1458703010: Mac: Don't repaint scrollbars every frame (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master2
Patch Set: Sprinkle in some tests Created 5 years, 1 month 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_host.h
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
index bb8944e1ec81e0606eb139b9546cfae8467bf53b..9c8e1eccb0b3b3dcd9a5bbfdd0c688590e2f8982 100644
--- a/cc/trees/layer_tree_host.h
+++ b/cc/trees/layer_tree_host.h
@@ -154,7 +154,7 @@ class CC_EXPORT LayerTreeHost : public MutatorHostClient {
return rendering_stats_instrumentation_.get();
}
- const RendererCapabilities& GetRendererCapabilities() const;
+ virtual const RendererCapabilities& GetRendererCapabilities() const;
void SetNeedsAnimate();
virtual void SetNeedsUpdateLayers();

Powered by Google App Engine
This is Rietveld 408576698