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

Unified Diff: cc/trees/layer_tree_host.h

Issue 2324273002: Remove external begin frame source parameter and settings (Closed)
Patch Set: Rebase Created 4 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_host.h
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
index 5610ff703430ad2fd8e0630e05e8b64c01de46c8..9d6f088d13b37aa7d44eb8df1d8b59104d25bef0 100644
--- a/cc/trees/layer_tree_host.h
+++ b/cc/trees/layer_tree_host.h
@@ -83,8 +83,6 @@ class CC_EXPORT LayerTreeHost {
// Sets whether the content is suitable to use Gpu Rasterization.
virtual void SetHasGpuRasterizationTrigger(bool has_trigger) = 0;
- // Visibility and CompositorFrameSink -------------------------------
danakj 2016/09/20 18:19:21 Did you mean to?
enne (OOO) 2016/09/20 18:34:26 Ah, the rebasing on this patch was super rough. T
-
virtual void SetVisible(bool visible) = 0;
virtual bool IsVisible() const = 0;

Powered by Google App Engine
This is Rietveld 408576698