Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / PlatformScreen.cpp
index 8bae9c6..6c68657 100644 (file)
@@ -96,11 +96,11 @@ uint16_t screenOrientationAngle(Widget* widget)
     return hostWindow->screenInfo().orientationAngle;
 }
 
-blink::WebScreenOrientationType screenOrientationType(Widget* widget)
+WebScreenOrientationType screenOrientationType(Widget* widget)
 {
     HostWindow* hostWindow = toHostWindow(widget);
     if (!hostWindow)
-        return blink::WebScreenOrientationUndefined;
+        return WebScreenOrientationUndefined;
     return hostWindow->screenInfo().orientationType;
 }