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

Unified Diff: sky/engine/core/frame/LocalFrame.h

Issue 878303002: Remove more scrolling code from Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « sky/engine/core/frame/LocalDOMWindow.cpp ('k') | sky/engine/core/frame/LocalFrame.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/frame/LocalFrame.h
diff --git a/sky/engine/core/frame/LocalFrame.h b/sky/engine/core/frame/LocalFrame.h
index 309a10a73098b3070b896a323742e32d3efa35e1..eeab185de10f38235eb43b05c2e6505bae06391d 100644
--- a/sky/engine/core/frame/LocalFrame.h
+++ b/sky/engine/core/frame/LocalFrame.h
@@ -32,7 +32,6 @@
#include "sky/engine/core/loader/FrameLoader.h"
#include "sky/engine/platform/Supplementable.h"
#include "sky/engine/platform/heap/Handle.h"
-#include "sky/engine/platform/scroll/ScrollTypes.h"
#include "sky/engine/wtf/HashSet.h"
namespace blink {
@@ -68,9 +67,7 @@ namespace blink {
static PassRefPtr<LocalFrame> create(FrameLoaderClient*, FrameHost*);
void setView(PassRefPtr<FrameView>);
- void createView(const IntSize&, const Color&, bool,
- ScrollbarMode = ScrollbarAuto, bool horizontalLock = false,
- ScrollbarMode = ScrollbarAuto, bool verticalLock = false);
+ void createView(const IntSize&, const Color&, bool transparent);
virtual ~LocalFrame();
« no previous file with comments | « sky/engine/core/frame/LocalDOMWindow.cpp ('k') | sky/engine/core/frame/LocalFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698