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

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

Issue 78963008: Moved remaining legacy viewport tests to unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
Index: Source/core/css/ViewportStyle.cpp
diff --git a/Source/core/css/ViewportStyle.cpp b/Source/core/css/ViewportStyle.cpp
index a031542d8cb9292ec1d182e1c9c8714a55f583f6..2f6e19ff7f9edff75f4dac6afaaeaf559620118c 100644
--- a/Source/core/css/ViewportStyle.cpp
+++ b/Source/core/css/ViewportStyle.cpp
@@ -28,7 +28,7 @@
namespace WebCore {
-String ViewportStyle::viewportStyleSheet()
+String ViewportStyle::platformStyleSheet()
{
return String();
}

Powered by Google App Engine
This is Rietveld 408576698