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

Unified Diff: Source/core/css/ViewportStyle.cpp

Issue 40423003: Experimental viewport meta tag support for desktop, Blink-side. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase again Created 7 years, 1 month 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/css/ViewportStyle.h ('k') | Source/core/css/ViewportStyleAndroid.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/ViewportStyle.cpp
diff --git a/Source/core/html/canvas/EXTFragDepth.idl b/Source/core/css/ViewportStyle.cpp
similarity index 89%
copy from Source/core/html/canvas/EXTFragDepth.idl
copy to Source/core/css/ViewportStyle.cpp
index 52a6f932c30eb3d04b60fc0e9ae33e996ea9de04..a031542d8cb9292ec1d182e1c9c8714a55f583f6 100644
--- a/Source/core/html/canvas/EXTFragDepth.idl
+++ b/Source/core/css/ViewportStyle.cpp
@@ -23,7 +23,14 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- NoInterfaceObject
-] interface EXTFragDepth {
-};
+#include "config.h"
+#include "ViewportStyle.h"
+
+namespace WebCore {
+
+String ViewportStyle::viewportStyleSheet()
+{
+ return String();
+}
+
+} // namespace WebCore
« no previous file with comments | « Source/core/css/ViewportStyle.h ('k') | Source/core/css/ViewportStyleAndroid.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698