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

Unified Diff: sky/engine/public/web/WebFrame.h

Issue 693603005: Remove lots of dead web/ classes. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/public/web/WebFindOptions.h ('k') | sky/engine/public/web/WebFrameClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/web/WebFrame.h
diff --git a/sky/engine/public/web/WebFrame.h b/sky/engine/public/web/WebFrame.h
index 9f5a281b16b40fe6ce5944b3240d0252a5ec09cc..754234f11fbf95d67b08e6ab3e9023db06162753 100644
--- a/sky/engine/public/web/WebFrame.h
+++ b/sky/engine/public/web/WebFrame.h
@@ -32,7 +32,6 @@
#define WebFrame_h
#include "WebCompositionUnderline.h"
-#include "WebIconURL.h"
#include "WebNode.h"
#include "WebURLLoaderOptions.h"
#include "public/platform/WebCanvas.h"
@@ -61,7 +60,6 @@ class WebElement;
class WebFrameClient;
class WebLayer;
class WebLocalFrame;
-class WebPerformance;
class WebRange;
class WebString;
class WebURL;
@@ -69,7 +67,6 @@ class WebURLLoader;
class WebURLRequest;
class WebView;
struct WebConsoleMessage;
-struct WebFindOptions;
struct WebFloatPoint;
struct WebFloatRect;
struct WebPoint;
@@ -125,8 +122,6 @@ public:
virtual WebDocument document() const = 0;
- virtual WebPerformance performance() const = 0;
-
// Closing -------------------------------------------------------------
« no previous file with comments | « sky/engine/public/web/WebFindOptions.h ('k') | sky/engine/public/web/WebFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698