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

Unified Diff: Source/core/dom/GlobalEventHandlers.h

Issue 27133002: Add shared GlobalEventHandlers IDL (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@attrsync
Patch Set: alphabetize Created 7 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 | « Source/core/dom/Element.idl ('k') | Source/core/dom/GlobalEventHandlers.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/GlobalEventHandlers.h
diff --git a/Source/core/css/xhtmlmp.css b/Source/core/dom/GlobalEventHandlers.h
similarity index 86%
copy from Source/core/css/xhtmlmp.css
copy to Source/core/dom/GlobalEventHandlers.h
index 11ea1cf1a031cfbf2694983c810bab1f925d99ae..4df0ef0c48b0e9ea320f326463ef179de5aae4b8 100644
--- a/Source/core/css/xhtmlmp.css
+++ b/Source/core/dom/GlobalEventHandlers.h
@@ -27,11 +27,14 @@
* OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* Default styles for XHTML Mobile Profile documents where they differ from html.css */
+#ifndef GlobalEventHandlers_h
+#define GlobalEventHandlers_h
-@viewport {
- width: auto;
- /* Ideally these should be removed. Currently here to avoid test result regressions. */
- min-zoom: 0.25;
- max-zoom: 5;
+namespace WebCore {
+
+namespace GlobalEventHandlers {
}
+
+} // namespace
+
+#endif
« no previous file with comments | « Source/core/dom/Element.idl ('k') | Source/core/dom/GlobalEventHandlers.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698