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

Unified Diff: services/gfx/compositor/renderer_state.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 | « services/gfx/compositor/renderer_impl.cc ('k') | services/gfx/compositor/renderer_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/gfx/compositor/renderer_state.h
diff --git a/services/gfx/compositor/renderer_state.h b/services/gfx/compositor/renderer_state.h
index e7d8a70b595ce36a171493dec0da4046e915cfe3..1cfbf4d10ab4ca26381e8453c19a796ed90cd713 100644
--- a/services/gfx/compositor/renderer_state.h
+++ b/services/gfx/compositor/renderer_state.h
@@ -51,9 +51,9 @@ class RendererState {
uint32_t version,
const mojo::Rect& viewport);
- // Resets the root scene.
+ // Removes the root scene.
// If a change occurred, clears the current snapshot and returns true.
- bool ResetRootScene();
+ bool ClearRootScene();
// The currently visible frame, or null if none.
scoped_refptr<const Snapshot> visible_snapshot() const {
« no previous file with comments | « services/gfx/compositor/renderer_impl.cc ('k') | services/gfx/compositor/renderer_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698