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

Unified Diff: components/html_viewer/web_layer_impl.h

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/html_frame_tree_manager_delegate.h ('k') | components/html_viewer/web_layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/web_layer_impl.h
diff --git a/components/html_viewer/web_layer_impl.h b/components/html_viewer/web_layer_impl.h
index 54e85a4549d3b5d1c75e4ca367c2e71964f94870..0d8c236cb56e0b9251708f07ddd34b0925bce4a9 100644
--- a/components/html_viewer/web_layer_impl.h
+++ b/components/html_viewer/web_layer_impl.h
@@ -11,11 +11,11 @@
namespace html_viewer {
-class Frame;
+class HTMLFrame;
class WebLayerImpl : public cc_blink::WebLayerImpl {
public:
- explicit WebLayerImpl(Frame* frame);
+ explicit WebLayerImpl(HTMLFrame* frame);
~WebLayerImpl() override;
// WebLayer implementation.
@@ -23,7 +23,7 @@ class WebLayerImpl : public cc_blink::WebLayerImpl {
void setPosition(const blink::WebFloatPoint& position) override;
private:
- Frame* frame_;
+ HTMLFrame* frame_;
DISALLOW_COPY_AND_ASSIGN(WebLayerImpl);
};
« no previous file with comments | « components/html_viewer/html_frame_tree_manager_delegate.h ('k') | components/html_viewer/web_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698