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

Unified Diff: components/html_viewer/web_layer_impl.cc

Issue 1246053003: Renames html_viewer frame classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor cleanup Created 5 years, 5 months 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 | « components/html_viewer/web_layer_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/web_layer_impl.cc
diff --git a/components/html_viewer/web_layer_impl.cc b/components/html_viewer/web_layer_impl.cc
index ca715af9bcd9cc35d35ddaa58646f4ff5fccff9f..3e52a98633d507235ff32f40bfddcd1cf21bd0c5 100644
--- a/components/html_viewer/web_layer_impl.cc
+++ b/components/html_viewer/web_layer_impl.cc
@@ -5,7 +5,7 @@
#include "components/html_viewer/web_layer_impl.h"
#include "cc/layers/layer.h"
-#include "components/html_viewer/frame.h"
+#include "components/html_viewer/html_frame.h"
#include "ui/mojo/geometry/geometry.mojom.h"
using blink::WebFloatPoint;
@@ -13,9 +13,7 @@ using blink::WebSize;
namespace html_viewer {
-WebLayerImpl::WebLayerImpl(Frame* frame)
- : frame_(frame) {
-}
+WebLayerImpl::WebLayerImpl(HTMLFrame* frame) : frame_(frame) {}
WebLayerImpl::~WebLayerImpl() {
}
« no previous file with comments | « components/html_viewer/web_layer_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698