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

Side by Side Diff: content/renderer/render_view_impl.h

Issue 12321055: Revert 183382 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1418/src/
Patch Set: Created 7 years, 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_RENDERER_RENDER_VIEW_IMPL_H_ 5 #ifndef CONTENT_RENDERER_RENDER_VIEW_IMPL_H_
6 #define CONTENT_RENDERER_RENDER_VIEW_IMPL_H_ 6 #define CONTENT_RENDERER_RENDER_VIEW_IMPL_H_
7 7
8 #include <set> 8 #include <set>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
(...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 const WebKit::WebURL& target); 630 const WebKit::WebURL& target);
631 virtual void didExhaustMemoryAvailableForScript(WebKit::WebFrame* frame); 631 virtual void didExhaustMemoryAvailableForScript(WebKit::WebFrame* frame);
632 virtual void didCreateScriptContext(WebKit::WebFrame* frame, 632 virtual void didCreateScriptContext(WebKit::WebFrame* frame,
633 v8::Handle<v8::Context>, 633 v8::Handle<v8::Context>,
634 int extension_group, 634 int extension_group,
635 int world_id); 635 int world_id);
636 virtual void willReleaseScriptContext(WebKit::WebFrame* frame, 636 virtual void willReleaseScriptContext(WebKit::WebFrame* frame,
637 v8::Handle<v8::Context>, 637 v8::Handle<v8::Context>,
638 int world_id); 638 int world_id);
639 virtual void didChangeScrollOffset(WebKit::WebFrame* frame); 639 virtual void didChangeScrollOffset(WebKit::WebFrame* frame);
640 virtual void willInsertBody(WebKit::WebFrame* frame) OVERRIDE;
641 #if defined(OS_ANDROID) 640 #if defined(OS_ANDROID)
642 virtual void didFirstVisuallyNonEmptyLayout(WebKit::WebFrame*) OVERRIDE; 641 virtual void didFirstVisuallyNonEmptyLayout(WebKit::WebFrame*) OVERRIDE;
643 #endif 642 #endif
644 virtual void didChangeContentsSize(WebKit::WebFrame* frame, 643 virtual void didChangeContentsSize(WebKit::WebFrame* frame,
645 const WebKit::WebSize& size); 644 const WebKit::WebSize& size);
646 virtual void reportFindInPageMatchCount(int request_id, 645 virtual void reportFindInPageMatchCount(int request_id,
647 int count, 646 int count,
648 bool final_update); 647 bool final_update);
649 virtual void reportFindInPageSelection(int request_id, 648 virtual void reportFindInPageSelection(int request_id,
650 int active_match_ordinal, 649 int active_match_ordinal,
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after
1599 // use the Observer interface to filter IPC messages and receive frame change 1598 // use the Observer interface to filter IPC messages and receive frame change
1600 // notifications. 1599 // notifications.
1601 // --------------------------------------------------------------------------- 1600 // ---------------------------------------------------------------------------
1602 1601
1603 DISALLOW_COPY_AND_ASSIGN(RenderViewImpl); 1602 DISALLOW_COPY_AND_ASSIGN(RenderViewImpl);
1604 }; 1603 };
1605 1604
1606 } // namespace content 1605 } // namespace content
1607 1606
1608 #endif // CONTENT_RENDERER_RENDER_VIEW_IMPL_H_ 1607 #endif // CONTENT_RENDERER_RENDER_VIEW_IMPL_H_
OLDNEW
« no previous file with comments | « content/public/common/common_param_traits_macros.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698