git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove uses of CACFContextRef and CARender* from WebCore
[WebKit-https.git]
/
WebCore
/
platform
/
graphics
/
win
/
WKCACFLayer.cpp
diff --git
a/WebCore/platform/graphics/win/WKCACFLayer.cpp
b/WebCore/platform/graphics/win/WKCACFLayer.cpp
index bf479250c780cc2d2b8270ebdf8b7ec3cd594be6..a8714e37fe4a51f1af13d5cfc83d59a5f4b42cdc 100644
(file)
--- a/
WebCore/platform/graphics/win/WKCACFLayer.cpp
+++ b/
WebCore/platform/graphics/win/WKCACFLayer.cpp
@@
-30,15
+30,10
@@
#include "WKCACFLayer.h"
#include "WKCACFLayerRenderer.h"
#include "WKCACFLayer.h"
#include "WKCACFLayerRenderer.h"
-#include <wtf/text/CString.h>
-
+#include <WebKitSystemInterface/WebKitSystemInterface.h>
#include <stdio.h>
#include <stdio.h>
-#include <QuartzCore/CACFContext.h>
-#include <QuartzCore/CARender.h>
-
-#ifndef NDEBUG
#include <wtf/CurrentTime.h>
#include <wtf/CurrentTime.h>
-#
endif
+#
include <wtf/text/CString.h>
namespace WebCore {
namespace WebCore {
@@
-190,9
+185,9
@@
WKCACFLayer::~WKCACFLayer()
CACFLayerSetDisplayCallback(layer(), 0);
}
CACFLayerSetDisplayCallback(layer(), 0);
}
-void WKCACFLayer::becomeRootLayerForContext(
CACFContextRef
context)
+void WKCACFLayer::becomeRootLayerForContext(
WKCACFContext*
context)
{
{
- CACFContextSetLayer(context, layer());
+
wk
CACFContextSetLayer(context, layer());
setNeedsCommit();
}
setNeedsCommit();
}