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

Unified Diff: Source/bindings/core/dart/DartLibraryIds.h

Issue 1532413002: Added Dartium changes onto 45.0.2454.104 (Closed) Base URL: http://src.chromium.org/blink/branches/chromium/2454
Patch Set: Created 5 years 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 | « Source/bindings/core/dart/DartJsInteropData.cpp ('k') | Source/bindings/core/dart/DartNativeUtilities.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/dart/DartLibraryIds.h
diff --git a/Source/core/events/NavigatorEvents.h b/Source/bindings/core/dart/DartLibraryIds.h
similarity index 87%
copy from Source/core/events/NavigatorEvents.h
copy to Source/bindings/core/dart/DartLibraryIds.h
index c9d18e1cfec1df432ad06e8a846158daf72895a8..8ac72fdb911c2dd96ba6ab1434d5233ff49c824d 100644
--- a/Source/core/events/NavigatorEvents.h
+++ b/Source/bindings/core/dart/DartLibraryIds.h
@@ -28,18 +28,20 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef NavigatorEvents_h
-#define NavigatorEvents_h
+#ifndef DartLibraryIds_h
+#define DartLibraryIds_h
namespace blink {
-class Navigator;
+enum {
+ DartJsLibraryId = 0,
+ DartBlinkLibraryId,
+ DartHtmlLibraryId,
+ DartSvgLibraryId,
-class NavigatorEvents {
-public:
- static long maxTouchPoints(Navigator&);
+ NumDartLibraryIds,
};
-} // namespace blink
+} // namespace blink
-#endif // NavigatorEvents_h
+#endif // DartLibraryIds_h
« no previous file with comments | « Source/bindings/core/dart/DartJsInteropData.cpp ('k') | Source/bindings/core/dart/DartNativeUtilities.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698