summaryrefslogtreecommitdiffstats
path: root/src/core/web_engine_context.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2023-03-24 14:15:08 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2023-03-28 22:07:37 +0100
commita3901dfc1f05e21cacded220188112a15df81f43 (patch)
tree06ef8077cd0ae96622767854fcceed9a777c04e6 /src/core/web_engine_context.h
parent11e598d7153ec209bb208fafa0dcef9cab7c324b (diff)
Get rid of our sync point manager
We haven't needed our own since we got rid of the graphics node integration. Pick-to: 6.5 Change-Id: I20b0fdb440c07e451d0e0152e8012ddf59e159cf Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'src/core/web_engine_context.h')
-rw-r--r--src/core/web_engine_context.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/web_engine_context.h b/src/core/web_engine_context.h
index 6819d06f0..5a2fd4c3e 100644
--- a/src/core/web_engine_context.h
+++ b/src/core/web_engine_context.h
@@ -32,7 +32,6 @@ class DiscardableSharedMemoryManager;
namespace gpu {
struct GpuPreferences;
-class SyncPointManager;
}
#if QT_CONFIG(webengine_printing_and_pdf)
@@ -85,8 +84,6 @@ public:
static base::CommandLine *initCommandLine(bool &useEmbeddedSwitches,
bool &enableGLSoftwareRendering);
- static gpu::SyncPointManager *syncPointManager();
-
static bool isGpuServiceOnUIThread();
private:
@@ -121,7 +118,6 @@ private:
static scoped_refptr<QtWebEngineCore::WebEngineContext> m_handle;
static bool m_destroyed;
static bool m_closingDown;
- static QAtomicPointer<gpu::SyncPointManager> s_syncPointManager;
};
} // namespace