Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / canvas / EXTShaderTextureLOD.h
index 342d94d..b744692 100644 (file)
@@ -5,15 +5,15 @@
 #ifndef EXTShaderTextureLOD_h
 #define EXTShaderTextureLOD_h
 
-#include "bindings/v8/ScriptWrappable.h"
+#include "bindings/core/v8/ScriptWrappable.h"
 #include "core/html/canvas/WebGLExtension.h"
 #include "wtf/PassRefPtr.h"
 
-namespace WebCore {
+namespace blink {
 
 class EXTShaderTextureLOD FINAL : public WebGLExtension, public ScriptWrappable {
 public:
-    static PassRefPtr<EXTShaderTextureLOD> create(WebGLRenderingContextBase*);
+    static PassRefPtrWillBeRawPtr<EXTShaderTextureLOD> create(WebGLRenderingContextBase*);
     static bool supported(WebGLRenderingContextBase*);
     static const char* extensionName();
 
@@ -21,9 +21,9 @@ public:
     virtual WebGLExtensionName name() const OVERRIDE;
 
 private:
-    EXTShaderTextureLOD(WebGLRenderingContextBase*);
+    explicit EXTShaderTextureLOD(WebGLRenderingContextBase*);
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // EXTShaderTextureLOD_h