Index: Source/core/platform/graphics/chromium/DeferredImageDecoderTest.cpp |
diff --git a/Source/core/platform/graphics/chromium/DeferredImageDecoderTest.cpp b/Source/core/platform/graphics/chromium/DeferredImageDecoderTest.cpp |
index 78857c85606c8b8fe9efad441fb046069484df29..cc038300b1c75f81ecb885bc7ef9ebef616de0ed 100644 |
--- a/Source/core/platform/graphics/chromium/DeferredImageDecoderTest.cpp |
+++ b/Source/core/platform/graphics/chromium/DeferredImageDecoderTest.cpp |
@@ -112,7 +112,7 @@ public: |
return m_repetitionCount; |
} |
- virtual ImageFrame::FrameStatus frameStatus() |
+ virtual ImageFrame::Status frameStatus() |
{ |
return m_frameStatus; |
} |
@@ -132,7 +132,7 @@ protected: |
RefPtr<SharedBuffer> m_data; |
size_t m_frameCount; |
int m_repetitionCount; |
- ImageFrame::FrameStatus m_frameStatus; |
+ ImageFrame::Status m_frameStatus; |
Peter Kasting
2013/08/23 01:14:02
Nit: Name this m_status (same everywhere else in t
urvang (Google)
2013/08/23 02:34:31
Done.
|
float m_frameDuration; |
}; |