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

Unified Diff: Source/core/testing/LayerRect.idl

Issue 17471008: Rework compositor touch hit testing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Various fixes and test additions Created 7 years, 5 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
Index: Source/core/testing/LayerRect.idl
diff --git a/Source/core/html/canvas/OESElementIndexUint.idl b/Source/core/testing/LayerRect.idl
similarity index 88%
copy from Source/core/html/canvas/OESElementIndexUint.idl
copy to Source/core/testing/LayerRect.idl
index ecb5d891967af97101ac1b24f777c1b8e8f5e623..74b703d5bb0e231ee80ccb9790afa493178e3286 100644
--- a/Source/core/html/canvas/OESElementIndexUint.idl
+++ b/Source/core/testing/LayerRect.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Google Inc. All rights reserved.
+ * Copyright (C) 2012 SoftAtHome. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -24,6 +24,7 @@
*/
[
- NoInterfaceObject
-] interface OESElementIndexUint {
+] interface LayerRect {
+ readonly attribute Node layerRootNode;
+ readonly attribute ClientRect layerRelativeRect;
};

Powered by Google App Engine
This is Rietveld 408576698