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

Unified Diff: Source/platform/PlatformScreen.cpp

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
« no previous file with comments | « Source/platform/MIMETypeRegistry.cpp ('k') | Source/platform/Prerender.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/PlatformScreen.cpp
diff --git a/Source/platform/PlatformScreen.cpp b/Source/platform/PlatformScreen.cpp
index df049b8f676eaf178dbe85ed59fc34e49f75b32b..64d7f6ec381d51eb349127d1d4a8fd0781308cff 100644
--- a/Source/platform/PlatformScreen.cpp
+++ b/Source/platform/PlatformScreen.cpp
@@ -91,8 +91,8 @@ FloatRect screenAvailableRect(Widget* widget)
void screenColorProfile(ColorProfile& toProfile)
{
- WebKit::WebVector<char> profile;
- WebKit::Platform::current()->screenColorProfile(&profile);
+ blink::WebVector<char> profile;
+ blink::Platform::current()->screenColorProfile(&profile);
toProfile.append(profile.data(), profile.size());
}
« no previous file with comments | « Source/platform/MIMETypeRegistry.cpp ('k') | Source/platform/Prerender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698