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

Unified Diff: Source/platform/graphics/Extensions3D.h

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android Created 7 years 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
« no previous file with comments | « Source/platform/graphics/DiscardablePixelRef.cpp ('k') | Source/platform/graphics/Extensions3D.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/Extensions3D.h
diff --git a/Source/core/platform/graphics/Extensions3D.h b/Source/platform/graphics/Extensions3D.h
similarity index 99%
rename from Source/core/platform/graphics/Extensions3D.h
rename to Source/platform/graphics/Extensions3D.h
index f321258fcfb4d5b3e3a068e6f17ac3979f05d18f..970b0fb8fd5df64d1d822312b9c70769d60893a8 100644
--- a/Source/core/platform/graphics/Extensions3D.h
+++ b/Source/platform/graphics/Extensions3D.h
@@ -26,6 +26,7 @@
#ifndef Extensions3D_h
#define Extensions3D_h
+#include "platform/PlatformExport.h"
#include "platform/graphics/GraphicsTypes3D.h"
#include "wtf/text/WTFString.h"
@@ -40,7 +41,7 @@ class ImageBuffer;
// Calling any extension function not supported by the current context
// must be a no-op; in particular, it may not have side effects. In
// this situation, if the function has a return value, 0 is returned.
-class Extensions3D {
+class PLATFORM_EXPORT Extensions3D {
public:
~Extensions3D();
« no previous file with comments | « Source/platform/graphics/DiscardablePixelRef.cpp ('k') | Source/platform/graphics/Extensions3D.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698