Chromium Code Reviews| Index: content/shell/android/shell_manager.h |
| diff --git a/content/shell/android/shell_manager.h b/content/shell/android/shell_manager.h |
| index 640d98e1a4411589146f332849dcf36b111334f5..65e3bc6b4a39c517ec65977628157b3bbe32bb19 100644 |
| --- a/content/shell/android/shell_manager.h |
| +++ b/content/shell/android/shell_manager.h |
| @@ -10,6 +10,10 @@ |
| #include "base/android/jni_android.h" |
| #include "base/android/scoped_java_ref.h" |
| +namespace WebKit { |
| +class WebLayer; |
| +} |
| + |
| namespace content { |
| // Creates an Android specific shell view, which is our version of a shell |
| @@ -21,6 +25,8 @@ jobject CreateShellView(); |
| // Registers the ShellManager native methods. |
| bool RegisterShellManager(JNIEnv* env); |
| +void ShellAttachLayer(WebKit::WebLayer& layer); |
|
klobag.chromium
2012/08/22 07:01:19
const WebLayer&
|
| +void ShellRemoveLayer(WebKit::WebLayer& layer); |
| } // namespace content |
| #endif // CONTENT_SHELL_ANDROID_SHELL_MANAGER_H_ |