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 { |