* platform/graphics/GraphicsLayerUpdater.h:
(GraphicsLayerUpdater):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@131692
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-10-17 James Robinson <jamesr@chromium.org>
+
+ Unreviewed clang compile fix - GraphicsLayerUpdater needs a virtual destructor.
+
+ * platform/graphics/GraphicsLayerUpdater.h:
+ (GraphicsLayerUpdater):
+
2012-10-17 Ryuan Choi <ryuan.choi@samsung.com>
Attempt to fix the build after r131680.
{
public:
GraphicsLayerUpdater(GraphicsLayerUpdaterClient*, PlatformDisplayID);
- ~GraphicsLayerUpdater();
+ virtual ~GraphicsLayerUpdater();
void scheduleUpdate();
void screenDidChange(PlatformDisplayID);