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

Unified Diff: Source/testing/runner/WebTestThemeEngineWin.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/testing/runner/WebTestThemeEngineWin.h ('k') | Source/testing/runner/WebUserMediaClientMock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/runner/WebTestThemeEngineWin.cpp
diff --git a/Source/testing/runner/WebTestThemeEngineWin.cpp b/Source/testing/runner/WebTestThemeEngineWin.cpp
index f71a310cd046cac70be745ce4c2ea404e5be5c85..7792e6139f0adba69ef9cc10c14c02557a039d9b 100644
--- a/Source/testing/runner/WebTestThemeEngineWin.cpp
+++ b/Source/testing/runner/WebTestThemeEngineWin.cpp
@@ -41,7 +41,7 @@
#include <vsstyle.h>
#include <windows.h>
-using namespace WebKit;
+using namespace blink;
namespace WebTestRunner {
@@ -726,7 +726,7 @@ void WebTestThemeEngineWin::paintTrackbar(WebCanvas* canvas, int part, int state
}
-void WebTestThemeEngineWin::paintProgressBar(WebKit::WebCanvas* canvas, const WebKit::WebRect& barRect, const WebKit::WebRect& valueRect, bool determinate, double)
+void WebTestThemeEngineWin::paintProgressBar(blink::WebCanvas* canvas, const blink::WebRect& barRect, const blink::WebRect& valueRect, bool determinate, double)
{
WebTestThemeControlWin::Type ctype = WebTestThemeControlWin::ProgressBarType;
WebTestThemeControlWin::State cstate = determinate ? WebTestThemeControlWin::NormalState : WebTestThemeControlWin::IndeterminateState;
@@ -734,9 +734,9 @@ void WebTestThemeEngineWin::paintProgressBar(WebKit::WebCanvas* canvas, const We
}
-WebKit::WebSize WebTestThemeEngineWin::getSize(int part)
+blink::WebSize WebTestThemeEngineWin::getSize(int part)
{
- return WebKit::WebSize();
+ return blink::WebSize();
}
}
« no previous file with comments | « Source/testing/runner/WebTestThemeEngineWin.h ('k') | Source/testing/runner/WebUserMediaClientMock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698