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

Unified Diff: sky/engine/public/platform/Platform.h

Issue 681173002: Delete WebWaitableEvent (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 months 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 | « no previous file | sky/engine/public/platform/WebWaitableEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/platform/Platform.h
diff --git a/sky/engine/public/platform/Platform.h b/sky/engine/public/platform/Platform.h
index 4bce22f9a1c9e816988435c6eb37bc157a1e3554..9ebeb49893da2eccb9580274fee967744f544947 100644
--- a/sky/engine/public/platform/Platform.h
+++ b/sky/engine/public/platform/Platform.h
@@ -73,7 +73,6 @@ class WebThemeEngine;
class WebURL;
class WebURLLoader;
class WebUnitTestSupport;
-class WebWaitableEvent;
struct WebLocalizedString;
struct WebSize;
@@ -203,18 +202,6 @@ public:
virtual WebString queryLocalizedString(WebLocalizedString::Name, const WebString& parameter1, const WebString& parameter2) { return WebString(); }
- // WaitableEvent -------------------------------------------------------
-
- // Creates an embedder-defined waitable event object.
- virtual WebWaitableEvent* createWaitableEvent() { return 0; }
-
- // Waits on multiple events and returns the event object that has been
- // signaled. This may return 0 if it fails to wait events.
- // Any event objects given to this method must not deleted while this
- // wait is happening.
- virtual WebWaitableEvent* waitMultipleEvents(const WebVector<WebWaitableEvent*>& events) { return 0; }
-
-
// Profiling -----------------------------------------------------------
virtual void decrementStatsCounter(const char* name) { }
« no previous file with comments | « no previous file | sky/engine/public/platform/WebWaitableEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698