Changeset 69687 in webkit


Ignore:
Timestamp:
Oct 13, 2010 1:04:26 PM (14 years ago)
Author:
andersca@apple.com
Message:

Add BackingStoreQt.cpp file with stubbed out BackingStore member functions
https://bugs.webkit.org/show_bug.cgi?id=47614

Reviewed by Sam Weinig.

  • Shared/BackingStore.h:

Remove unused include.

  • Shared/qt/BackingStoreQt.cpp: Added.

(WebKit::BackingStore::createGraphicsContext):
(WebKit::BackingStore::paint):

  • WebKit2.pro:

Add BackingStore.cpp, BackingStore.h and BackingStoreQt.cpp

Location:
trunk/WebKit2
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit2/ChangeLog

    r69680 r69687  
     12010-10-13  Anders Carlsson  <andersca@apple.com>
     2
     3        Reviewed by Sam Weinig.
     4
     5        Add BackingStoreQt.cpp file with stubbed out BackingStore member functions
     6        https://bugs.webkit.org/show_bug.cgi?id=47614
     7
     8        * Shared/BackingStore.h:
     9        Remove unused include.
     10
     11        * Shared/qt/BackingStoreQt.cpp: Added.
     12        (WebKit::BackingStore::createGraphicsContext):
     13        (WebKit::BackingStore::paint):
     14
     15        * WebKit2.pro:
     16        Add BackingStore.cpp, BackingStore.h and BackingStoreQt.cpp
     17
    1182010-10-13  Brent Fulgham  <bfulgham@webkit.org>
    219
  • trunk/WebKit2/Shared/BackingStore.h

    r68351 r69687  
    3333#include <wtf/RefCounted.h>
    3434#include <wtf/RefPtr.h>
    35 #include <wtf/RetainPtr.h>
    3635
    3736namespace WebCore {
  • trunk/WebKit2/WebKit2.pro

    r69653 r69687  
    193193    Shared/CoreIPCSupport/DrawingAreaMessageKinds.h \
    194194    Shared/CoreIPCSupport/DrawingAreaProxyMessageKinds.h \
     195    Shared/BackingStore.h \
    195196    Shared/CacheModel.h \
    196197    Shared/DrawingAreaBase.h \
     
    340341    Shared/API/c/WKURLRequest.cpp \
    341342    Shared/API/c/WKURLResponse.cpp \
     343    Shared/BackingStore.cpp \
    342344    Shared/ImmutableArray.cpp \
    343345    Shared/ImmutableDictionary.cpp \
    344346    Shared/MutableArray.cpp \
    345347    Shared/MutableDictionary.cpp \
     348    Shared/qt/BackingStoreQt.cpp \
    346349    Shared/qt/MappedMemoryPool.cpp \
    347350    Shared/qt/NativeWebKeyboardEventQt.cpp \
Note: See TracChangeset for help on using the changeset viewer.