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(); |