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

Side by Side Diff: Source/core/page/FrameView.h

Issue 24130008: Rename ENABLE(RUBBER_BANDING) to USE(RUBBER_BANDING). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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
« no previous file with comments | « Source/core/features.gypi ('k') | Source/core/page/FrameView.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 Copyright (C) 1997 Martin Jones (mjones@kde.org) 2 Copyright (C) 1997 Martin Jones (mjones@kde.org)
3 (C) 1998 Waldo Bastian (bastian@kde.org) 3 (C) 1998 Waldo Bastian (bastian@kde.org)
4 (C) 1998, 1999 Torben Weis (weis@kde.org) 4 (C) 1998, 1999 Torben Weis (weis@kde.org)
5 (C) 1999 Lars Knoll (knoll@kde.org) 5 (C) 1999 Lars Knoll (knoll@kde.org)
6 (C) 1999 Antti Koivisto (koivisto@kde.org) 6 (C) 1999 Antti Koivisto (koivisto@kde.org)
7 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights reserv ed. 7 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights reserv ed.
8 8
9 This library is free software; you can redistribute it and/or 9 This library is free software; you can redistribute it and/or
10 modify it under the terms of the GNU Library General Public 10 modify it under the terms of the GNU Library General Public
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 virtual void getTickmarks(Vector<IntRect>&) const OVERRIDE; 389 virtual void getTickmarks(Vector<IntRect>&) const OVERRIDE;
390 virtual void scrollTo(const IntSize&) OVERRIDE; 390 virtual void scrollTo(const IntSize&) OVERRIDE;
391 virtual ScrollableArea* enclosingScrollableArea() const OVERRIDE; 391 virtual ScrollableArea* enclosingScrollableArea() const OVERRIDE;
392 virtual IntRect scrollableAreaBoundingBox() const OVERRIDE; 392 virtual IntRect scrollableAreaBoundingBox() const OVERRIDE;
393 virtual bool scrollAnimatorEnabled() const OVERRIDE; 393 virtual bool scrollAnimatorEnabled() const OVERRIDE;
394 virtual bool usesCompositedScrolling() const OVERRIDE; 394 virtual bool usesCompositedScrolling() const OVERRIDE;
395 virtual GraphicsLayer* layerForScrolling() const OVERRIDE; 395 virtual GraphicsLayer* layerForScrolling() const OVERRIDE;
396 virtual GraphicsLayer* layerForHorizontalScrollbar() const OVERRIDE; 396 virtual GraphicsLayer* layerForHorizontalScrollbar() const OVERRIDE;
397 virtual GraphicsLayer* layerForVerticalScrollbar() const OVERRIDE; 397 virtual GraphicsLayer* layerForVerticalScrollbar() const OVERRIDE;
398 virtual GraphicsLayer* layerForScrollCorner() const OVERRIDE; 398 virtual GraphicsLayer* layerForScrollCorner() const OVERRIDE;
399 #if ENABLE(RUBBER_BANDING) 399 #if USE(RUBBER_BANDING)
400 virtual GraphicsLayer* layerForOverhangAreas() const OVERRIDE; 400 virtual GraphicsLayer* layerForOverhangAreas() const OVERRIDE;
401 #endif 401 #endif
402 402
403 void sendResizeEventIfNeeded(); 403 void sendResizeEventIfNeeded();
404 404
405 void updateScrollableAreaSet(); 405 void updateScrollableAreaSet();
406 406
407 virtual void notifyPageThatContentAreaWillPaint() const; 407 virtual void notifyPageThatContentAreaWillPaint() const;
408 408
409 bool shouldUseLoadTimeDeferredRepaintDelay() const; 409 bool shouldUseLoadTimeDeferredRepaintDelay() const;
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 ASSERT(!widget || widget->isFrameView()); 574 ASSERT(!widget || widget->isFrameView());
575 return static_cast<const FrameView*>(widget); 575 return static_cast<const FrameView*>(widget);
576 } 576 }
577 577
578 // This will catch anyone doing an unnecessary cast. 578 // This will catch anyone doing an unnecessary cast.
579 void toFrameView(const FrameView*); 579 void toFrameView(const FrameView*);
580 580
581 } // namespace WebCore 581 } // namespace WebCore
582 582
583 #endif // FrameView_h 583 #endif // FrameView_h
OLDNEW
« no previous file with comments | « Source/core/features.gypi ('k') | Source/core/page/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698