Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / platform / WebUnitTestSupport.h
index a97a013..733118c 100644 (file)
@@ -30,7 +30,7 @@
 #include "WebData.h"
 #include "WebString.h"
 
-namespace WebKit {
+namespace blink {
 
 class WebLayerTreeView;
 class WebURL;
@@ -60,14 +60,6 @@ public:
     virtual WebLayerTreeView* createLayerTreeViewForTesting() { return 0; }
 
     virtual WebData readFromFile(const WebString& path) { return WebData(); }
-
-    // DEPRECATED, use the version above.
-#define HAVE_CREATELAYERTREEVIEWFORTESTING 1
-    enum TestViewType {
-        TestViewTypeUnitTest,
-        TestViewTypeLayoutTest
-    };
-    virtual WebLayerTreeView* createLayerTreeViewForTesting(TestViewType) { return 0; }
 };
 
 }