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

Unified Diff: cc/trees/layer_tree_host.h

Issue 312503006: Add trace event for addition/removal of GPU rasterization trigger (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comment Created 6 years, 7 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
« no previous file with comments | « no previous file | cc/trees/layer_tree_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host.h
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
index e77b86804239238cf6e767c0d6527c10a0c6aeab..ef6e74fabe0d763f6e2e38678399b32484552449 100644
--- a/cc/trees/layer_tree_host.h
+++ b/cc/trees/layer_tree_host.h
@@ -186,9 +186,7 @@ class CC_EXPORT LayerTreeHost {
bool has_gpu_rasterization_trigger() const {
return has_gpu_rasterization_trigger_;
}
- void set_has_gpu_rasterization_trigger(bool has_trigger) {
- has_gpu_rasterization_trigger_ = has_trigger;
- }
+ void SetHasGpuRasterizationTrigger(bool has_trigger);
bool UseGpuRasterization() const;
void SetViewportSize(const gfx::Size& device_viewport_size);
« no previous file with comments | « no previous file | cc/trees/layer_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698