Changeset 167078 in webkit


Ignore:
Timestamp:
Apr 10, 2014 11:20:14 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] Remove a comment that was incorrectly cut-and-pasted from WidgetBackingStoreCairo
https://bugs.webkit.org/show_bug.cgi?id=131499

Patch by Owen Taylor <otaylor@redhat.com> on 2014-04-10
Reviewed by Martin Robinson.

  • platform/gtk/WidgetBackingStoreGtkX11.cpp: Remove a comment that was incorrectly copy and pasted

from the Cairo implementation.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r167074 r167078  
     12014-04-10  Owen Taylor  <otaylor@redhat.com>
     2
     3        [GTK] Remove a comment that was incorrectly cut-and-pasted from WidgetBackingStoreCairo
     4        https://bugs.webkit.org/show_bug.cgi?id=131499
     5
     6        Reviewed by Martin Robinson.
     7
     8        * platform/gtk/WidgetBackingStoreGtkX11.cpp: Remove a comment that was incorrectly copy and pasted
     9        from the Cairo implementation.
     10
    1112014-04-09  Alexey Proskuryakov  <ap@apple.com>
    212
  • trunk/Source/WebCore/platform/gtk/WidgetBackingStoreGtkX11.cpp

    r160269 r167078  
    3333}
    3434
    35 // We keep two copies of the surface here, which will double the memory usage, but increase
    36 // scrolling performance since we do not have to keep reallocating a memory region during
    37 // quick scrolling requests.
    3835WidgetBackingStoreGtkX11::WidgetBackingStoreGtkX11(GtkWidget* widget, const IntSize& size)
    3936    : WidgetBackingStore(size)
Note: See TracChangeset for help on using the changeset viewer.