diff options
Diffstat (limited to 'chrome/browser/instant/instant_loader_delegate.h')
-rw-r--r-- | chrome/browser/instant/instant_loader_delegate.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/instant/instant_loader_delegate.h b/chrome/browser/instant/instant_loader_delegate.h index bf393a1..9de5171 100644 --- a/chrome/browser/instant/instant_loader_delegate.h +++ b/chrome/browser/instant/instant_loader_delegate.h @@ -31,8 +31,9 @@ class InstantLoaderDelegate { // Returns the bounds of instant. virtual gfx::Rect GetInstantBounds() = 0; - // Returns true if instant should be committed on mouse up. - virtual bool ShouldCommitInstantOnMouseUp() = 0; + // Returns true if instant should be committed on mouse up or at the end of a + // touch-gesture. + virtual bool ShouldCommitInstantOnPointerRelease() = 0; // Invoked when the the loader should be committed. virtual void CommitInstantLoader(InstantLoader* loader) = 0; |