Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1768)

Unified Diff: Source/platform/graphics/gpu/WebGLImageBufferSurface.h

Issue 464273002: Cleanup namespace usage in platform/graphics/[filters/* to skia/*] and platform/graphics/[B-D]* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/platform/graphics/gpu/WebGLImageBufferSurface.h
diff --git a/Source/platform/graphics/gpu/WebGLImageBufferSurface.h b/Source/platform/graphics/gpu/WebGLImageBufferSurface.h
index 3d705b536c8a3545abd80dd8963f7bdad51c0828..281600dc707f21688f1f06fab7980eebd9d5983b 100644
--- a/Source/platform/graphics/gpu/WebGLImageBufferSurface.h
+++ b/Source/platform/graphics/gpu/WebGLImageBufferSurface.h
@@ -36,10 +36,8 @@
#include "wtf/OwnPtr.h"
namespace blink {
-class WebGraphicsContext3DProvider;
-}
-namespace blink {
+class WebGraphicsContext3DProvider;
// This is a GPU backed surface that has no canvas or render target.
class PLATFORM_EXPORT WebGLImageBufferSurface : public ImageBufferSurface {
@@ -63,10 +61,9 @@ private:
// This raw-pixel based SkBitmap works as a cache at CPU side to avoid heavy cost
// on readback from GPU side to CPU side in some cases.
SkBitmap m_cachedBitmap;
- OwnPtr<blink::WebGraphicsContext3DProvider> m_contextProvider;
+ OwnPtr<WebGraphicsContext3DProvider> m_contextProvider;
};
-
} // namespace blink
#endif
« no previous file with comments | « Source/platform/graphics/gpu/Extensions3DUtil.cpp ('k') | Source/platform/graphics/gpu/WebGLImageBufferSurface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698