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

Unified Diff: content/browser/renderer_host/overscroll_controller_delegate.h

Issue 1076743003: Revert of Refactor GestureNavigation to eliminate code redundancy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/web_contents/aura/overscroll_navigation_overlay.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/overscroll_controller_delegate.h
diff --git a/content/browser/renderer_host/overscroll_controller_delegate.h b/content/browser/renderer_host/overscroll_controller_delegate.h
index b3d4757933f7928759a89774f99a0194d9c19041..539d98c1a584c6eec5ee7fcdb266ba72607871b8 100644
--- a/content/browser/renderer_host/overscroll_controller_delegate.h
+++ b/content/browser/renderer_host/overscroll_controller_delegate.h
@@ -8,14 +8,13 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "content/browser/renderer_host/overscroll_controller.h"
-#include "content/common/content_export.h"
#include "ui/gfx/geometry/rect.h"
namespace content {
// The delegate receives overscroll gesture updates from the controller and
// should perform appropriate actions.
-class CONTENT_EXPORT OverscrollControllerDelegate {
+class OverscrollControllerDelegate {
public:
OverscrollControllerDelegate() {}
virtual ~OverscrollControllerDelegate() {}
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/web_contents/aura/overscroll_navigation_overlay.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698