Index: cc/test/test_web_graphics_context_3d.h |
diff --git a/cc/test/test_web_graphics_context_3d.h b/cc/test/test_web_graphics_context_3d.h |
index c2dee45e83361bcbda47c8ab2819ddeef0718f06..31182f81fd1eaa501ebbecaee71cb7ff64083234 100644 |
--- a/cc/test/test_web_graphics_context_3d.h |
+++ b/cc/test/test_web_graphics_context_3d.h |
@@ -373,7 +373,11 @@ class TestWebGraphicsContext3D { |
void clear_reshape_called() { reshape_called_ = false; } |
float scale_factor() const { return scale_factor_; } |
- enum UpdateType { NO_UPDATE = 0, PREPARE_TEXTURE, POST_SUB_BUFFER }; |
+ enum UpdateType { |
+ NoUpdate = 0, |
+ PrepareTexture, |
+ PostSubBuffer |
+ }; |
gfx::Rect update_rect() const { return update_rect_; } |