Changeset 158817 in webkit


Ignore:
Timestamp:
Nov 6, 2013 7:53:15 PM (10 years ago)
Author:
commit-queue@webkit.org
Message:

[Gtk][EFL] Fix build after r158759
https://bugs.webkit.org/show_bug.cgi?id=123910

Patch by Brendan Long <b.long@cablelabs.com> on 2013-11-06
Reviewed by Gyuyoung Kim.

  • UIProcess/CoordinatedGraphics/CoordinatedDrawingAreaProxy.cpp:

(WebKit::CoordinatedDrawingAreaProxy::incorporateUpdate): Remove call to flashBackingStoreUpdates().

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r158808 r158817  
     12013-11-06  Brendan Long  <b.long@cablelabs.com>
     2
     3        [Gtk][EFL] Fix build after r158759
     4        https://bugs.webkit.org/show_bug.cgi?id=123910
     5
     6        Reviewed by Gyuyoung Kim.
     7
     8        * UIProcess/CoordinatedGraphics/CoordinatedDrawingAreaProxy.cpp:
     9        (WebKit::CoordinatedDrawingAreaProxy::incorporateUpdate): Remove call to flashBackingStoreUpdates().
     10
    1112013-11-06  Tim Horton  <timothy_horton@apple.com>
    212
  • trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedDrawingAreaProxy.cpp

    r157996 r158817  
    273273    }
    274274
    275     if (WebPageProxy::debugPaintFlags() & kWKDebugFlashBackingStoreUpdates)
    276         m_webPageProxy->flashBackingStoreUpdates(updateInfo.updateRects);
    277 
    278275    if (shouldScroll)
    279276        m_webPageProxy->displayView();
Note: See TracChangeset for help on using the changeset viewer.