| Index: sky/engine/core/frame/LocalFrame.h
|
| diff --git a/sky/engine/core/frame/LocalFrame.h b/sky/engine/core/frame/LocalFrame.h
|
| index 563c3de859bf49b7e0ba84c8bfcfad84d29b3929..240e24b1fc22ca9ecbad9c24333392f04664adff 100644
|
| --- a/sky/engine/core/frame/LocalFrame.h
|
| +++ b/sky/engine/core/frame/LocalFrame.h
|
| @@ -92,8 +92,6 @@ namespace blink {
|
| SpellChecker& spellChecker() const;
|
| FrameConsole& console() const;
|
|
|
| - void didChangeVisibilityState();
|
| -
|
| FrameLoaderClient* loaderClient() const;
|
|
|
| // ======== All public functions below this point are candidates to move out of LocalFrame into another class. ========
|
|
|