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

Unified Diff: cc/trees/layer_tree_host_in_process.h

Issue 2362073002: cc/blimp: Add a LayerTreeHostRemote implementation. (Closed)
Patch Set: Remaining comments from #4 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_in_process.h
diff --git a/cc/trees/layer_tree_host_in_process.h b/cc/trees/layer_tree_host_in_process.h
index 9c9a72ea064b60e5f5b8e345a4283248cc0b458f..d78beeabf24c5af4d56e65f2c10ab4ceeaaa67f9 100644
--- a/cc/trees/layer_tree_host_in_process.h
+++ b/cc/trees/layer_tree_host_in_process.h
@@ -129,7 +129,7 @@ class CC_EXPORT LayerTreeHostInProcess : public LayerTreeHost {
int SourceFrameNumber() const override;
LayerTree* GetLayerTree() override;
const LayerTree* GetLayerTree() const override;
- UIResourceManager* GetUIResourceManager() const override;
+ UIResourceManager* GetUIResourceManager() override;
TaskRunnerProvider* GetTaskRunnerProvider() const override;
const LayerTreeSettings& GetSettings() const override;
void SetSurfaceClientId(uint32_t client_id) override;

Powered by Google App Engine
This is Rietveld 408576698