diff options
Diffstat (limited to 'content/shell/shell.cc')
-rw-r--r-- | content/shell/shell.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/shell/shell.cc b/content/shell/shell.cc index 9d9721e..eaac653 100644 --- a/content/shell/shell.cc +++ b/content/shell/shell.cc @@ -45,6 +45,8 @@ Shell::Shell(WebContents* web_contents) url_edit_view_(NULL) #if defined(OS_WIN) && !defined(USE_AURA) , default_edit_wnd_proc_(0) +#elif defined(OS_ANDROID) + , content_view_layer_renderer_(NULL) #endif { registrar_.Add(this, NOTIFICATION_WEB_CONTENTS_TITLE_UPDATED, |