Changeset 121134 in webkit


Ignore:
Timestamp:
Jun 24, 2012 8:28:27 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[WK2][Qt][EFL] Modify Qt specific code to common code
https://bugs.webkit.org/show_bug.cgi?id=89839

Patch by YoungTaeck Song <youngtaeck.song@samsung.com> on 2012-06-24
Reviewed by Noam Rosenthal.

Modify paintToGraphicsContext’s first argument QPainter to PlatformGraphicsContext to be used by both Qt and Efl.

  • UIProcess/WebLayerTreeRenderer.cpp:

(WebKit::WebLayerTreeRenderer::paintToGraphicsContext):

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r121123 r121134  
     12012-06-24  YoungTaeck Song  <youngtaeck.song@samsung.com>
     2
     3        [WK2][Qt][EFL] Modify Qt specific code to common code
     4        https://bugs.webkit.org/show_bug.cgi?id=89839
     5
     6        Reviewed by Noam Rosenthal.
     7
     8        Modify paintToGraphicsContext’s first argument QPainter to PlatformGraphicsContext to be used by both Qt and Efl.
     9
     10        * UIProcess/WebLayerTreeRenderer.cpp:
     11        (WebKit::WebLayerTreeRenderer::paintToGraphicsContext):
     12
    1132012-06-24  Simon Fraser  <simon.fraser@apple.com>
    214
  • trunk/Source/WebKit2/UIProcess/WebLayerTreeRenderer.cpp

    r119847 r121134  
    143143}
    144144
    145 void WebLayerTreeRenderer::paintToGraphicsContext(QPainter* painter)
     145void WebLayerTreeRenderer::paintToGraphicsContext(BackingStore::PlatformGraphicsContext painter)
    146146{
    147147    if (!m_textureMapper)
Note: See TracChangeset for help on using the changeset viewer.