Index: third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.h |
diff --git a/third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.h b/third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.h |
index 37616ec3996ddba6812fb3183816cef1563865e6..9acd2a3da36a2254ec883cb4bba40aee365864e2 100644 |
--- a/third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.h |
+++ b/third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.h |
@@ -47,7 +47,7 @@ private: |
NSGraphicsContext* m_savedNSGraphicsContext; |
bool m_didSetGraphicsContext; |
IntRect m_inflatedDirtyRect; |
- gfx::SkiaBitLocker m_skiaBitLocker; |
+ skia::SkiaBitLocker m_skiaBitLocker; |
}; |
} |