summaryrefslogtreecommitdiff
path: root/modules/web/src/main/native/Source/WebCore/platform/java/PlatformScreenJava.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/web/src/main/native/Source/WebCore/platform/java/PlatformScreenJava.cpp')
-rw-r--r--modules/web/src/main/native/Source/WebCore/platform/java/PlatformScreenJava.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/web/src/main/native/Source/WebCore/platform/java/PlatformScreenJava.cpp b/modules/web/src/main/native/Source/WebCore/platform/java/PlatformScreenJava.cpp
index 8ff97b6f8..3d5ac6dc1 100644
--- a/modules/web/src/main/native/Source/WebCore/platform/java/PlatformScreenJava.cpp
+++ b/modules/web/src/main/native/Source/WebCore/platform/java/PlatformScreenJava.cpp
@@ -60,13 +60,13 @@ static void initRefs(JNIEnv* env)
namespace WebCore
{
-int screenHorizontalDPI(Widget* widget)
+int screenHorizontalDPI(Widget*)
{
notImplemented();
return 0;
}
-int screenVerticalDPI(Widget* widget)
+int screenVerticalDPI(Widget*)
{
notImplemented();
return 0;
@@ -99,7 +99,7 @@ int screenDepthPerComponent(Widget* w)
return screenDepth(w) / 3;
}
-bool screenIsMonochrome(Widget* w)
+bool screenIsMonochrome(Widget*)
{
notImplemented();
return false;