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

Unified Diff: services/gfx/compositor/compositor_engine.h

Issue 1779933003: Mozart: Replace Set/Reset nomenclature with Set/Clear. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-8
Patch Set: Created 4 years, 9 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 | « mojo/services/ui/views/interfaces/view_trees.mojom ('k') | services/gfx/compositor/compositor_engine.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/gfx/compositor/compositor_engine.h
diff --git a/services/gfx/compositor/compositor_engine.h b/services/gfx/compositor/compositor_engine.h
index 62bcd16d9266ba99139adad56a5ffc29f882ab05..02851c7a418da41c5ba1d8a07cb49e48e5ae9721 100644
--- a/services/gfx/compositor/compositor_engine.h
+++ b/services/gfx/compositor/compositor_engine.h
@@ -67,9 +67,9 @@ class CompositorEngine {
uint32 scene_version,
mojo::RectPtr viewport);
- // Resets the root scene.
+ // Removes the root scene.
// Destroys |renderer_state| if an error occurs.
- void ResetRootScene(RendererState* renderer_state);
+ void ClearRootScene(RendererState* renderer_state);
// Performs a hit test.
void HitTest(
« no previous file with comments | « mojo/services/ui/views/interfaces/view_trees.mojom ('k') | services/gfx/compositor/compositor_engine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698