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

Unified Diff: cc/trees/layer_tree_host.h

Issue 2270533002: cc: Remove the software compositing bool from PrepareTextureMailbox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@softwarerendering
Patch Set: remove-prepare-mailbox-param: test_runner Created 4 years, 4 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 d351911e2c4fd4f2ec55275770fe757379346d86..93ea197f8b80ffd795924f9a8d7b6121b9dbf603 100644
--- a/cc/trees/layer_tree_host.h
+++ b/cc/trees/layer_tree_host.h
@@ -237,7 +237,6 @@ class CC_EXPORT LayerTreeHost {
virtual gfx::Size GetUIResourceSize(UIResourceId id) const;
- bool UsingSharedMemoryResources();
int id() const { return id_; }
// Returns the id of the benchmark on success, 0 otherwise.

Powered by Google App Engine
This is Rietveld 408576698