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

Unified Diff: content/renderer/render_view_impl_params.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « content/renderer/render_view_impl_android.cc ('k') | content/renderer/render_view_impl_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl_params.h
diff --git a/content/renderer/render_view_impl_params.h b/content/renderer/render_view_impl_params.h
index 07a4f41b494889fcd41b527b3442b1c1cc75bfce..3aec4334d101797e44d6ff769ed59b04bf27d5ce 100644
--- a/content/renderer/render_view_impl_params.h
+++ b/content/renderer/render_view_impl_params.h
@@ -13,7 +13,7 @@
struct WebPreferences;
-namespace WebKit {
+namespace blink {
struct WebScreenInfo;
}
@@ -35,7 +35,7 @@ struct CONTENT_EXPORT RenderViewImplParams {
bool swapped_out,
bool hidden,
int32 next_page_id,
- const WebKit::WebScreenInfo& screen_info,
+ const blink::WebScreenInfo& screen_info,
AccessibilityMode accessibility_mode,
bool allow_partial_swap);
~RenderViewImplParams();
@@ -52,7 +52,7 @@ struct CONTENT_EXPORT RenderViewImplParams {
bool swapped_out;
bool hidden;
int32 next_page_id;
- const WebKit::WebScreenInfo& screen_info;
+ const blink::WebScreenInfo& screen_info;
AccessibilityMode accessibility_mode;
bool allow_partial_swap;
};
« no previous file with comments | « content/renderer/render_view_impl_android.cc ('k') | content/renderer/render_view_impl_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698