aboutsummaryrefslogtreecommitdiff
path: root/src/javascript/jsc/bindings/webcore/FloatPoint.h
blob: eb522073cf94c286ef6e2d14e2667e7d6e1ab40b (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

namespace WebCore {
class FloatPoint {
public:
    float x;
    float y;
};
}