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

Unified Diff: public/platform/WebTeleporter.h

Issue 474683003: Not for review - Rebase of crrev.com/62833003 Base URL: svn://svn.chromium.org/blink/trunk
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 | « public/platform/WebTeleportCallback.h ('k') | public/platform/WebWorkerRunLoop.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebTeleporter.h
diff --git a/Source/web/resources/pickerCommon.css b/public/platform/WebTeleporter.h
similarity index 78%
copy from Source/web/resources/pickerCommon.css
copy to public/platform/WebTeleporter.h
index 696751a4193641355f6262c1edf33ecd99a855df..c67f80d05da614a56dcc6c3a01f61e4588245539 100644
--- a/Source/web/resources/pickerCommon.css
+++ b/public/platform/WebTeleporter.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Google Inc. All rights reserved.
+ * Copyright (C) 2014 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -22,14 +22,19 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-body {
- -webkit-user-select: none;
- background-color: white;
- font: -webkit-small-control;
- margin: 0;
- overflow: hidden;
-}
+#ifndef WebTeleporter_h
+#define WebTeleporter_h
-.rtl {
- direction: rtl;
-}
+#include "WebTeleportCallback.h"
+
+namespace blink {
+
+class WebTeleporter {
+public:
+ virtual ~WebTeleporter() { }
+ virtual void teleportMessage(const WebVector<WebTeleportValue>&, WebTeleportCallback*) = 0;
+};
+
+} // namespace blink
+
+#endif
« no previous file with comments | « public/platform/WebTeleportCallback.h ('k') | public/platform/WebWorkerRunLoop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698