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