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

Side by Side Diff: sky/engine/web/WebSettingsImpl.h

Issue 868133003: Remove touch events from Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 unified diff | Download patch
« no previous file with comments | « sky/engine/web/WebInputEventConversion.cpp ('k') | sky/engine/web/WebSettingsImpl.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 virtual void setExperimentalWebGLEnabled(bool) override; 72 virtual void setExperimentalWebGLEnabled(bool) override;
73 virtual void setFantasyFontFamily(const WebString&, UScriptCode = USCRIPT_CO MMON) override; 73 virtual void setFantasyFontFamily(const WebString&, UScriptCode = USCRIPT_CO MMON) override;
74 virtual void setFixedFontFamily(const WebString&, UScriptCode = USCRIPT_COMM ON) override; 74 virtual void setFixedFontFamily(const WebString&, UScriptCode = USCRIPT_COMM ON) override;
75 virtual void setForceZeroLayoutHeight(bool) override; 75 virtual void setForceZeroLayoutHeight(bool) override;
76 virtual void setImagesEnabled(bool) override; 76 virtual void setImagesEnabled(bool) override;
77 virtual void setJavaScriptCanAccessClipboard(bool) override; 77 virtual void setJavaScriptCanAccessClipboard(bool) override;
78 virtual void setLoadsImagesAutomatically(bool) override; 78 virtual void setLoadsImagesAutomatically(bool) override;
79 virtual void setLoadWithOverviewMode(bool) override; 79 virtual void setLoadWithOverviewMode(bool) override;
80 virtual void setMainFrameClipsContent(bool) override; 80 virtual void setMainFrameClipsContent(bool) override;
81 virtual void setMainFrameResizesAreOrientationChanges(bool) override; 81 virtual void setMainFrameResizesAreOrientationChanges(bool) override;
82 virtual void setMaxTouchPoints(int) override;
83 virtual void setMediaControlsOverlayPlayButtonEnabled(bool) override; 82 virtual void setMediaControlsOverlayPlayButtonEnabled(bool) override;
84 virtual void setMinimumAccelerated2dCanvasSize(int) override; 83 virtual void setMinimumAccelerated2dCanvasSize(int) override;
85 virtual void setOpenGLMultisamplingEnabled(bool) override; 84 virtual void setOpenGLMultisamplingEnabled(bool) override;
86 virtual void setPerTilePaintingEnabled(bool) override; 85 virtual void setPerTilePaintingEnabled(bool) override;
87 virtual void setPictographFontFamily(const WebString&, UScriptCode = USCRIPT _COMMON) override; 86 virtual void setPictographFontFamily(const WebString&, UScriptCode = USCRIPT _COMMON) override;
88 virtual void setAvailablePointerTypes(int) override; 87 virtual void setAvailablePointerTypes(int) override;
89 virtual void setPrimaryPointerType(PointerType) override; 88 virtual void setPrimaryPointerType(PointerType) override;
90 virtual void setAvailableHoverTypes(int) override; 89 virtual void setAvailableHoverTypes(int) override;
91 virtual void setPrimaryHoverType(HoverType) override; 90 virtual void setPrimaryHoverType(HoverType) override;
92 virtual void setRenderVSyncNotificationEnabled(bool) override; 91 virtual void setRenderVSyncNotificationEnabled(bool) override;
(...skipping 29 matching lines...) Expand all
122 bool m_deferredImageDecodingEnabled; 121 bool m_deferredImageDecodingEnabled;
123 bool m_perTilePaintingEnabled; 122 bool m_perTilePaintingEnabled;
124 bool m_supportDeprecatedTargetDensityDPI; 123 bool m_supportDeprecatedTargetDensityDPI;
125 bool m_shrinksViewportContentToFit; 124 bool m_shrinksViewportContentToFit;
126 bool m_mainFrameResizesAreOrientationChanges; 125 bool m_mainFrameResizesAreOrientationChanges;
127 }; 126 };
128 127
129 } // namespace blink 128 } // namespace blink
130 129
131 #endif // SKY_ENGINE_WEB_WEBSETTINGSIMPL_H_ 130 #endif // SKY_ENGINE_WEB_WEBSETTINGSIMPL_H_
OLDNEW
« no previous file with comments | « sky/engine/web/WebInputEventConversion.cpp ('k') | sky/engine/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698